home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 February / macformat-047.iso / Demos / Chiller Killers / Chiller / Chiller.DXR / 00047.ls < prev    next >
Encoding:
Text File  |  1996-11-28  |  276 b   |  16 lines

  1. on trans
  2.   set fx to random(4)
  3.   if fx = 1 then
  4.     puppetTransition(1, 0, 40, 0)
  5.   end if
  6.   if fx = 2 then
  7.     puppetTransition(2, 0, 40, 0)
  8.   end if
  9.   if fx = 3 then
  10.     puppetTransition(5, 0, 40, 0)
  11.   end if
  12.   if fx = 4 then
  13.     puppetTransition(47, 0, 40, 0)
  14.   end if
  15. end
  16.